home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 17
/
AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso
/
asm_includes
/
rtgmaster
/
rtgAMI.i
next >
Wrap
Text File
|
1996-10-11
|
1KB
|
62 lines
;
; $VER: rtgAMI.i 1.002 (25 Mar 1996)
;
IFND RTGAMI_I
RTGAMI_I SET 1
IFND RTGSUBLIBS_I
Include "include:Rtgmaster/RtgSublibs.i"
ENDC
IFND EXEC_LIBRARIES_I
Include "exec/libraries.i"
ENDC
IFND EXEC_TYPES_I
Include "exec/types.i"
ENDC
;
; Include files for rtgAMI.library
;
; Only rtgAMI.library specific structures are located in here
;
STRUCTURE RtgBaseAMI,0
STRUCT rbAMI_LibBase,LIB_SIZE
ALIGNLONG
ULONG rbAMI_SegList
APTR rbAMI_ExecBase
APTR rbAMI_GfxBase
APTR rbAMI_IntBase
APTR rbAMI_UtilityBase
APTR rbAMI_CyberBase
APTR rbAMI_DosBase
LABEL rbAMI_SIZEOF
STRUCTURE RtgScreenAMI,0
STRUCT rsAMI_Header,rs_SIZEOF
UWORD rsAMI_Locks
ALIGNLONG
ULONG rsAMI_ScreenHandle
ULONG rsAMI_PlaneSize
ULONG rsAMI_DispBuf ;Buffer currently displayed
ULONG rsAMI_ChipMem1
ULONG rsAMI_ChipMem2
ULONG rsAMI_ChipMem3
STRUCT rsAMI_Bitmap1,40
STRUCT rsAMI_Bitmap2,40
STRUCT rsAMI_Bitmap3,40
ULONG rsAMI_Flags
STRUCT rsAMI_MyRect,8
STRUCT rsAMI_Place,52
STRUCT rsAMI_RastPort1,100
STRUCT rsAMI_RastPort2,100
STRUCT rsAMI_RastPort3,100
APTR rsAMI_MyWindow
APTR rsAMI_Pointer
LABEL rsAMI_SIZEOF
ENDC